ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IGroupingBuilder<TKey,TGrouping> Interface
Members

In This Topic
    IGroupingBuilder<TKey,TGrouping> Interface
    In This Topic
    Object Model
    IGroupingBuilder<TKey,TGrouping> Interface
    Syntax
    'Declaration
     
    Public Interface IGroupingBuilder
        (Of TKey,TGrouping As IGrouping(Of TKey)) 
    public interface IGroupingBuilder<TKey,TGrouping> 
    where TGrouping: IGrouping<TKey>
    Type Parameters
    TKey
    TGrouping
    See Also